From aaf898ea76d0508cacb7fce34863ed5c28dbc995 Mon Sep 17 00:00:00 2001 From: Gert Wollny Date: Thu, 9 Aug 2018 21:28:59 +0200 Subject: [PATCH] d/p/03: Update DIC install destination --- debian/patches/03_datadic_install.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/patches/03_datadic_install.patch b/debian/patches/03_datadic_install.patch index 072d5dea..43eac54f 100644 --- a/debian/patches/03_datadic_install.patch +++ b/debian/patches/03_datadic_install.patch @@ -35,7 +35,7 @@ Author: Mathieu Malaterre @@ -1,5 +1,8 @@ # declare installation files -INSTALL(FILES dicom.dic acrnema.dic private.dic diconde.dic dcm2xml.dtd dumppat.txt SC.dump VLP.dump DESTINATION "${CMAKE_INSTALL_DATADIR}/dcmtk" COMPONENT data) -+SET(DCMTK_INSTALL_DATDIR "share/dcmtk12") ++SET(DCMTK_INSTALL_DATDIR "share/dcmtk${DCMTK_ABI_VERSION}") + +INSTALL(FILES dcm2xml.dtd dumppat.txt SC.dump VLP.dump DESTINATION ${DCMTK_INSTALL_DATDIR} COMPONENT data) +INSTALL(FILES dicom.dic acrnema.dic private.dic diconde.dic DESTINATION ${DCMTK_INSTALL_DATDIC} COMPONENT data) -- 2.30.2